home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14417 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: eos.eos.net!usenet
  2. From: chets@eos.net (Chet Simpson)
  3. Newsgroups: comp.lang.asm.x86,comp.lang.c,comp.lang.c++
  4. Subject: Re: Any info on reading or writing to CD-ROM?
  5. Date: Sat, 30 Mar 1996 03:40:59 GMT
  6. Organization: Exodus
  7. Message-ID: <4ji764$4s2@eos.eos.net>
  8. References: <sehari.827706428@eng3.iastate.edu> <4j5fdj$4vo@roeskva.iist.unu.edu> <4j6vqn$qra@soap.news.pipex.net> <sehari.827968649@eng3.iastate.edu>
  9. NNTP-Posting-Host: dialup26.eos.net
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. sehari@iastate.edu (Babak $ehari) wrote:
  13.  
  14. >---
  15.  
  16. >I found a CD machine in my friend's school that writes CDs as well as
  17. >read it.  So, I want to copy a few of his "public domain" CDs.  In order
  18. >to this I would like to read the CD sector by sector and record it on
  19. >the hard drive.  Then, write each sector on the same place on the
  20. >recordable CD.  This way I can copy his CDs.
  21.  
  22. Just about any CD creation software will let you read in a CD (usually
  23. cinsidered a master) and make an image of it on the HD for later use
  24. of duplication.
  25.  
  26. You cannot use conventional techniques (as you would with floppy
  27. drives or hard drives) to just read a sector then write it out.
  28. Information is stored in a standard ISO format.  Along with this (and
  29. although it isn't apparent by doing a directory of the CD) all of the
  30. information is actually stored in single sector on the CD (this is
  31. used to seperate the different ISO type for PC's, MAC's, Video and
  32. audio tracks.
  33.  
  34. Writing to a CD can be VERY dependant on the drive itself.  I would
  35. hope that the cd-burner came with some software for doing these types
  36. of operations.
  37.  
  38. If you are really want to write your own software, you will most likly
  39. have to contact ISO to get the format information.  As this
  40. information is copyrighted and is sold by the ISO (and it definatly
  41. can be VERY pricy dependying on the information in it), it is very
  42. doubtfull that you will find it anywhere on the net.
  43.  
  44. If you are adament about copying public domain CD's and plan on
  45. duplication several over the course of time, I would look into getting
  46. Corel's CD creation software.  Its a very complete package and will do
  47. exactly what you want. (I really recommend getting this software over
  48. writing it...it will probably be a LOT cheaper considering ISO prices
  49. and it won't take you several months and 30-40 test CD's to get it
  50. right).
  51.  
  52. (also check of the duplication restrictions and/or licensing formation
  53. on shareware CD's and some information such as the installation
  54. programs or other special items may be copyrighted by the
  55. manufacturers and/or distributor of the CD).
  56.  
  57.  
  58.  
  59.  
  60. Chet Simpson
  61. -----------------------------------------------
  62. http://www2.eos.net/chets/index.html
  63.  
  64.